From: kaf24@localhost.localdomain Date: Thu, 28 Dec 2006 16:55:17 +0000 (+0000) Subject: Revert 13107:04c5f7b71ff4175ae387b93845bb4c83ffb5efa9. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~135 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=d9c6b3982f0511ee3eeedebf51fef8771bb1fd26;p=xen.git Revert 13107:04c5f7b71ff4175ae387b93845bb4c83ffb5efa9. This was preventing W2K3 from installing or booting. --- diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index 0da340c60b..ec045ad389 100644 --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -372,10 +372,7 @@ void hvm_cpuid(unsigned int input, unsigned int *eax, unsigned int *ebx, #if CONFIG_PAGING_LEVELS >= 3 if ( !v->domain->arch.hvm_domain.params[HVM_PARAM_PAE_ENABLED] ) #endif - { clear_bit(X86_FEATURE_PAE & 31, edx); - clear_bit(X86_FEATURE_CX8 & 31, edx); - } clear_bit(X86_FEATURE_PSE36 & 31, edx); } else if ( input == 0x80000001 )